home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / usr / share / kde4 / config.kcfg / knotesglobalconfig.kcfg < prev    next >
Extensible Markup Language  |  2008-01-14  |  1KB  |  44 lines

  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
  3.       xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  4.       xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
  5.       http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
  6.   <group name="Actions">
  7.     <entry name="MailAction" type="String">
  8.       <default>kmail --subject %t --body %f</default>
  9.     </entry>
  10.   </group>
  11.  
  12.   <group name="Alarms">
  13.     <entry name="CheckInterval" type="UInt">
  14.       <default>60</default>
  15.     </entry>
  16.  
  17.     <entry name="AlarmsLastChecked" type="DateTime"/>
  18.   </group>
  19.  
  20.   <group name="Network">
  21.     <entry name="ReceiveNotes" type="Bool">
  22.       <default>false</default>
  23.     </entry>
  24.  
  25.     <entry name="Port" type="UInt">
  26.       <label>The port KNotes will listen on and send notes to.</label>
  27.       <default>24837</default>
  28.     </entry>
  29.  
  30.     <entry name="SenderID" type="String"/>
  31.  
  32.     <entry name="KnownHosts" type="StringList"/>
  33.   </group>
  34.  
  35.   <group name="Style">
  36.     <entry name="Style" type="Enum">
  37.       <default>Plain</default>
  38.       <choices>
  39.         <choice name="Plain"/>
  40.       </choices>
  41.     </entry>
  42.   </group>
  43. </kcfg>
  44.